object WindowsDialog: TWindowsDialog Left = 370 Top = 179 BorderStyle = bsDialog Caption = 'Windows' ClientHeight = 265 ClientWidth = 457 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] OldCreateOrder = False Position = poMainFormCenter OnCreate = FormCreate OnShow = FormShow PixelsPerInch = 96 TextHeight = 13 object Label1: TLabel Left = 8 Top = 8 Width = 86 Height = 13 Caption = '&Select Window(s):' FocusControl = lstWindows end object btnActivate: TCorelButton Left = 344 Top = 8 Width = 105 Height = 23 Hint = 'Activate|Activate selected Window' Caption = '&Activate' Default = True TabOrder = 1 OnClick = btnActivateClick end object btnOK: TCorelButton Left = 344 Top = 40 Width = 105 Height = 23 Hint = 'OK|Close this Window' Cancel = True Caption = '&OK' ModalResult = 1 TabOrder = 2 end object btnClose: TCorelButton Left = 344 Top = 104 Width = 105 Height = 23 Hint = 'Close Window(s)|Close selected Window(s)' Caption = 'C&lose Window(s)' TabOrder = 4 OnClick = btnCloseClick end object btnCascade: TCorelButton Left = 344 Top = 136 Width = 105 Height = 23 Hint = 'Cascade|Cascade Windows' Caption = '&Cascade' TabOrder = 5 OnClick = btnCascadeClick end object btnTileHor: TCorelButton Left = 344 Top = 168 Width = 105 Height = 23 Hint = 'Tile Horizontally|Tile Windows horizontally' Caption = 'Tile &Horizontally' TabOrder = 6 OnClick = btnTileHorClick end object btnTileVer: TCorelButton Left = 344 Top = 200 Width = 105 Height = 23 Hint = 'Tile Vertically|Tile Windows vertically' Caption = 'Tile &Vertically' TabOrder = 7 OnClick = btnTileVerClick end object btnMinimize: TCorelButton Left = 344 Top = 232 Width = 105 Height = 23 Hint = 'Minimize|Minimize selected Window(s)' Caption = '&Minimize' TabOrder = 8 OnClick = btnMinimizeClick end object lstWindows: TListBox Left = 8 Top = 24 Width = 321 Height = 233 Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ItemHeight = 18 MultiSelect = True ParentFont = False Style = lbOwnerDrawFixed TabOrder = 0 OnClick = lstWindowsClick OnDblClick = btnActivateClick OnDrawItem = lstWindowsDrawItem OnEnter = lstWindowsClick end object btnSave: TCorelButton Left = 344 Top = 72 Width = 105 Height = 23 Hint = 'Save selected File(s)' Caption = '&Save' TabOrder = 3 OnClick = btnSaveClick end end